'Declaration
Public Overloads Shared Sub LogCritical( _ ByVal message As String, _ ByVal ParamArray args() As Object _ )
public: static void LogCritical( String^ message, ... array<Object^>^ args )
Parameters
- message
- Format string of the log message in message template format. Example:
"User {User} logged in from {Address}"
- args
- An object array that contains zero or more objects to format.